type github.com/gotd/td/session/tdesktop.qtReader
20 uses
github.com/gotd/td/session/tdesktop (current package)
dbi.go#L91: type qtReader struct {
dbi.go#L95: func (r *qtReader) subArray() (qtReader, error) {
dbi.go#L98: return qtReader{}, errors.Wrap(err, "read length")
dbi.go#L102: return qtReader{}, io.ErrUnexpectedEOF
dbi.go#L106: return qtReader{buf: sub}, err
dbi.go#L109: func (r *qtReader) readUint64() (uint64, error) {
dbi.go#L114: func (r *qtReader) readUint32() (uint32, error) {
dbi.go#L119: func (r *qtReader) readInt32() (int32, error) {
dbi.go#L124: func (r *qtReader) readString() (string, error) {
dbi.go#L144: func (r *qtReader) readBytes() ([]byte, error) {
dbi.go#L164: func (r *qtReader) consumeN(target []byte, n int) error {
dbi.go#L168: func (r *qtReader) skip(n int) error {
mtp_authorization.go#L35: r := qtReader{buf: bin.Buffer{Buf: decrypted}}
mtp_authorization.go#L45: func readKey(r *qtReader, k *crypto.Key) (uint32, error) {
mtp_authorization.go#L58: func (m *MTPAuthorization) deserialize(r *qtReader) error {
mtp_config.go#L85: root := qtReader{buf: bin.Buffer{Buf: decrypted}}
mtp_config.go#L99: func (m *MTPConfig) deserialize(r *qtReader) error {
mtp_dcoptions.go#L45: func (m *MTPDCOption) deserialize(r *qtReader, version int32) error {
mtp_dcoptions.go#L96: func (m *MTPDCOptions) deserialize(r *qtReader) error {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |